home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 December / PCWorld_2005-12_cd.bin / software / temacd / tiny / tpf-6[1].5.126.exe / Tiny Firewall 2005.msi / webui.dll / REPORTS / LOG.CSS < prev    next >
Encoding:
Text (UTF-16)  |  2005-08-17  |  5.7 KB  |  138 lines

  1. /*//////////////////////////////////////////////////////////////////////
  2. Filename:          log.css
  3. Company Name:      Computer Associates International, Inc.
  4. Legal Copyright: Copyright (c) Computer Associates International, Inc.
  5. Author:          Jozef Palocko
  6. Product:          Tiny Firewall
  7. Description:     Log viewer css file
  8. ///////////////////////////////////////////////////////////////////////*/
  9.  
  10. #reportbody .clsFilterLink {
  11.     font-size: 11px;
  12.     COLOR: black;
  13.     font-weight: bold;
  14. }
  15. #reportbody .clsShow {
  16.     display: inline;
  17. }
  18. #reportbody .clsHide {
  19.     display: none;
  20. }
  21. #reportbody .clsTable {
  22.     font-size: 11px;
  23. }
  24. #reportbody .clsForm {
  25.     text-align: left;
  26.     padding: 0px;
  27.     height: 30px;
  28.     vertical-align: middle;
  29. }
  30. #reportbody .clsForm, #reportbody .clsForm INPUT, #reportbody .clsForm SELECT, #reportbody .clsForm OPTION{
  31.     font-size: 11px;
  32. }
  33. #reportbody .clsNavBar {
  34.     font-size: 11px;
  35.     background-color: #7081FE;
  36.     text-align: center;
  37.     padding: 2px;
  38.     COLOR: #ffffff;
  39. }
  40. #reportbody .clsResult {
  41.     font-size: 12px;
  42.     background-color: white; /*#E7EFF7;*/
  43.     color: #000000;
  44.     text-align: left;
  45.     margin-bottom: 10px;
  46.     overflow: auto;
  47.     border: 1px solid #7081FE;
  48.     border-top: 0px;
  49. }
  50. /*#reportbody .clsResultFrame {
  51.     width: 100%;
  52.     height: 100%;
  53.     overflow: auto;
  54.     background-color: white;
  55.     font-size: 12px;
  56. }*/
  57. #reportbody .clsHeading {
  58.     font-size: 20px;
  59.     background-color: #7081FE;
  60. }
  61. #reportbody .clsFirewall {
  62.     background-color: #ccccFE;
  63.     height: 14px;
  64.     font-size: 10px;
  65.     color: #000000;
  66.     text-align: left;
  67.     margin-bottom: 10px;
  68. }
  69. #reportbody .clsSandbox {
  70.     height: 14px;
  71.     background-color: #eeeeee;
  72.     font-size: 10px;
  73.     color: #000000;
  74.     text-align: left;
  75.     margin-bottom: 10px;
  76. }
  77. #reportbody .clsIDS {
  78.     height: 14px;
  79.     background-color: #ffffd7;
  80.     font-size: 10px;
  81.     color: #000000;
  82.     text-align: left;
  83.     margin-bottom: 10px;
  84. }
  85. #reportbody .clsEvent {
  86.     background-color: #fafafa;
  87.     text-align: left;
  88.     margin-bottom: 10px;
  89.     font-size: 11px;
  90.     color: #000000;
  91.     text-align: left;
  92.     margin-bottom: 10px;
  93. }
  94. #reportbody .clsAllow {
  95.     color: #2e8b57;
  96.     font-weight: bold;
  97.     font-size: 11px;
  98.     color: #000000;
  99.     text-align: left;
  100.     margin-bottom: 10px;
  101. }
  102. #reportbody .clsPrevent {
  103.     color: #ff0000;
  104.     font-weight: bold;
  105.     font-size: 11px;
  106.     color: #000000;
  107.     text-align: left;
  108.     margin-bottom: 10px;
  109. }
  110. #reportbody .clsAskUser {
  111.     color: #00ffff;
  112.     font-weight: bold;
  113.     font-size: 11px;
  114.     color: #000000;
  115.     text-align: left;
  116.     margin-bottom: 10px;
  117. }
  118. #reportbody A.loglink, #reportbody A.loglink:hover, #reportbody A.visible:hover {
  119.     color: blue;
  120.     font-size: 11px;
  121. }
  122. BODY#reportbody {
  123.     margin: 0px;
  124.     padding: 5px;
  125.     padding-top: 0px;
  126.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
  127.     font-size: 12px;
  128.     COLOR: black;
  129.     scrolling: auto;
  130.     background-color: #E7EFF7;
  131.     margin-left: 6px;
  132.     margin-right: 7px;
  133. }
  134. #reportbody FORM {
  135.     margin-top: 0px;
  136.     margin-bottom: 0px;
  137. }
  138.